max

function max(a: integer, b: integer): integer

Identifies the larger of two integer values.

Since

0.6.0

Parameters

a

The first integer to compare.

b

The second integer to compare.


Identifies the larger of two big_integer values.

Since

0.12.0

Parameters

a

The first big_integer to compare.

b

The second big_integer to compare.


function max(a: decimal, b: decimal): decimal

Identifies the larger of two decimal values.

Since

0.9.1

Parameters

a

The first decimal to compare.

b

The second decimal to compare.